Is it possible to increase the levels of abstraction I can hold in my head/reason about at once? How would I go about this? [closed]
Posted
by
invaliduser
on Programmers
See other posts from Programmers
or by invaliduser
Published on 2012-04-15T08:32:12Z
Indexed on
2012/04/16
11:44 UTC
Read the original article
Hit count: 241
I'd like to be able to read through fifteen pages of assembly code and know what it does. I'd like to be able to write programs that write programs that write programs that write programs.
We've made a lot of strides in taking load off our brains by with good tools (Chrome dev mode/Firebug for web stuff, REPL's for many languages, IDEs), but I'd like my brain to be able to handle a bigger load, as opposed to paring the load down with tools.
© Programmers or respective owner